Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Gift(val id: String, val sticker: Sticker, val starCount: Int, val totalCount: Int? = null, val remainingCount: Int? = null)

This object represents a gift that can be sent by the bot.

Link copied to clipboard
@Serializable
data class Gifts(val gifts: List<Gift>)

This object represent a list of gifts.